Einhugur macOS Bridge plugin.

EinhugurVisionBridge.VNRequest Class

The abstract superclass for analysis requests.

EinhugurCoreBridge.NSObject
   VNRequest

class EinhugurVisionBridge.VNRequest

Constructors

VNRequest (private) Private constructor

Properties

ClassName (Inherited) (desktop - console) Returns the name of the Cocoa class under the hood as String.
ErrorMessageReturns the error message for when error occurred when request was performed.
Handle (Inherited) Returns Integer handle to the native NSObject structure.
HasErrorReturns true if error occurred when request was performed.

Methods

shared CastDoes deep cast on incoming NSObject to VNRequest.
shared FromIntegerPtrConstructs VNRequest object from Integer handle coming from declares or 3rd party plugin.
shared IsVNRequestReturns true if the NSObject under the hood is VNRequest or derived from VNRequest.
Release (Inherited) Releases the NSObject.
Retain (Inherited) Retains the NSObject

Constants

Version = 5.0 (Inherited)

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • iOS
  • Unsupported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit